home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / plnk081.zip / pilot-link.0.8.1 / TODO < prev    next >
Text File  |  1997-08-02  |  1KB  |  26 lines

  1.  
  2. Things to-do (in order of importance, highest = most important):
  3.     Pisocket library:
  4.       - Add progress callbacks so that you can find out how far a file
  5.         transfer has gone (this is complex, as you also need to instrument
  6.         PADP and perhaps SLP transmissions, receptions, and calculating
  7.         exactly how many bytes is needed to transfer a file won't be fun.)
  8.       - Check RPC code (something broken on large-endian machines?)
  9.       - Add reada socket calls that allocate the return buffer (important
  10.         for netsync, as results larger then 64K are possible.)
  11.       - Fix DLP to understand multiple return arguments.
  12.       - Write iambicExpense.c
  13.     Tcl binding:
  14.       - Add Tcl 8 specific code to allow retrieval of raw records, and optionally
  15.         use Tcl routines for packing and unpacking.
  16.       - Add all dlp functions.
  17.       - Clean up the channel code rats nest. Somehow. (Separate source file?)
  18.     Perl binding:
  19.       - Change record representation from string to object to match Python
  20.         implementation.
  21.       - Add packers.
  22.       - Document.
  23.     Python binding:
  24.       - Add packers.
  25.       - Document.
  26.